Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 246 Bytes

File metadata and controls

8 lines (4 loc) · 246 Bytes

import JSONTable from '@site/src/components/ui/JSONTable'; import ecosystem_wallets from "/static/data/ecosystem_wallets.json"

Wallets

<JSONTable theadData={["name", "url", "signing", "packaging", "tokens"]} tbodyData={ecosystem_wallets}/>